home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The PC-SIG Library 10
/
The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso
/
PC_SIGCD
/
22
/
4
/
DISK2247.ZIP
/
CBASE101.ZIP
/
CBASE.ZIP
/
CBRCURSO.C
< prev
next >
Wrap
Text File
|
1990-06-21
|
900b
|
29 lines
/* Copyright (c) 1989 Citadel */
/* All Rights Reserved */
/* #ident "@(#)cbrcurso.c 1.4 - 90/06/20" */
/*man---------------------------------------------------------------------------
NAME
cbrcursor - cbase record cursor
SYNOPSIS
#include <cbase.h>
void *cbrcursor(cbp)
cbase_t *cbp;
DESCRIPTION
cbrcursor is used to determine if the cursor for cbase cbp is
currently positioned on a record or on null. If the cursor is
on null, NULL is returned. If the cursor is positioned to a
record, a non-NULL value is returned. If cbp does not point to a
valid open cbase, the results are undefined. cbrcursor is a
macro.
SEE ALSO
cbkcursor, cbrecfirst, cbreclast, cbrecnext, cbrecprev.
------------------------------------------------------------------------------*/
/* cbrcursor is defined in cbase.h. */